Microsoft Windows graphic

To manually publish the certificate revocation list

Using the Windows interface

  1. Log on to the system as a Certification Authority Administrator.
  2. Open Certification Authority.
  3. In the console tree, click Revoked Certificates.
  4. On the Action menu, point to All Tasks, and click Publish.
  5. Select New CRL to overwrite the previously-published certificate revocation list (CRL), or select Delta CRL only to publish a current delta CRL.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    certutil -crl

Value Description
crl Specifies that a full certificate revocation list will be published.

Notes

Related Topics